ShipmentNotification-v1.0 Schema
Purchase Element
ShipmentNotification-v1.0 Schema > Row Complex Type : Purchase Element
Namespace urn:xmlns:nedfox-retaillink-com:ShipmentNotification
Diagram
PriceType Element PriceExclVat Element All Purchase Element
Overview
Purchase optional
All
PriceExclVat xs:decimal
PriceType Restriction of xs:string
Source
<xs:element name="Purchase" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="PriceExclVat" minOccurs="1" maxOccurs="1" type="xs:decimal" />
      <xs:element name="PriceType" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="SingleSku|SkuQuantity" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
See Also
Row Complex TypeShipmentNotification-v1.0 Schema